CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OTSU algorithm

搜索资源列表

  1. GDI+otsu

    0下载:
  2. 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1012226
    • 提供者:李之见
  1. vc++OTSUcode

    0下载:
  2. otsU算法,本算法用VC和MATLAB实现。 价值比较大的。可以提供给有需要的朋友-otsU algorithm, the algorithm used VC and MATLAB. Value larger. Available for a friend in need
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15960
    • 提供者:苏霍伊
  1. CGProcesser

    0下载:
  2. 关键字:显示DIB,OTSU算法二值化图象,图象灰度化处理,关联多个VIEW到文件.显示文件灰度直方图-keyword : DIB show, OTSU algorithm binary image, gray-scale image processing, VIEW linked to a number of documents. Histogram Display
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:140655
    • 提供者:张写真
  1. othersIPmask

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale im
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:176442
    • 提供者:electron
  1. OTSUway

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:叶芸芸
  1. 改进的OTSU局部递归算法

    0下载:
  2. 改进的OTSU局部递归算法-improve the local recursive algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:263464
    • 提供者:狐狸
  1. 经典的大津otsu算法在matlab中的实现程序

    0下载:
  2. 经典的大津otsu算法在matlab中的实现程序,每一步都是经典步骤。-Otsu classical Otsus algorithm in matlab implementation process, each step is the classical steps.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:2642
    • 提供者:lucun
  1. OLD_OTSU.rar

    0下载:
  2. matlab OTSU 简易的大津算法 求最佳阈值的。,matlab simple algorithm seeking Otsu threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1062
    • 提供者:Timix
  1. otsu

    0下载:
  2. 优化后的OTSU算法,适用于图像分割 适用于二维图像-OTSU optimized algorithm for image segmentation applied to two-dimensional image
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:1897
    • 提供者:yan
  1. OTSU.rar

    0下载:
  2. 大津自适应阈值分割算法,其中只有自适应阈值的计算部分,Otsu adaptive threshold segmentation algorithm, one of only adaptive part of the calculation of threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:881
    • 提供者:zhou
  1. ostu

    0下载:
  2. 大津算法是关于图像处理中分割的重要算法,是又日本人的最先使用的。自动寻找分割点-Otsu algorithm is divided on the importance of image processing algorithms, is the first Japanese to use it. Automatically find split points
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:220853
    • 提供者:白正彪
  1. Binarization

    0下载:
  2. 数字图像处理,用大津算法对图像进行二值化处理,VC/MFC实现。-Digital image processing, with the Otsu algorithm to the image binarization, VC/MFC implementation. 朗读显示对应的拉丁字符的拼音 字典- 查看字典详细内容 翻译以下任意网站Nord-Cinema-法国Venezuela Tuya-西班牙语Museo del Prado-Digital image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:676123
    • 提供者:凌潇然
  1. OTSU

    0下载:
  2. 基于opencv2.3的大津法自适应阈值二值化算法的代码C++。含测试图片,已编译。很好用,代码一目了然,易懂。-Based on the opencv2.3 OTSU method adaptive threshold binarization algorithm C++ code. Including test images, compiled. Very good, the code be clear at a glance, to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-10-30
    • 文件大小:8651543
    • 提供者:lee
  1. OTSU

    0下载:
  2. 大津算法的实现,基于C++语言,可以运行,希望有用-Achieve Otsu algorithm, based on the C++ language, you can run, I hope useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4007699
    • 提供者:高文
  1. otsu

    0下载:
  2. 利用otsu算法进行图像分割,可以很好的分割图像,对于故障识别有很要的用处。-Use otsu algorithm for image segmentation, image segmentation can be very good for the failure to identify very useful.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:492463
    • 提供者:李广
  1. otsu

    0下载:
  2. otsu算法、局部二值化、全局二值化用于图像二值化。opencv3.0配置vs2013-Otsu algorithm, local two value, global two value for image two. Opencv3.0 configuration vs2013
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:7866805
    • 提供者:陈晨
  1. otsu

    0下载:
  2. 利用otsu算法实现图片的自动多阈值分割;用matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-Using otsu algorithm to realize multi- threshold segmentation of pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1662
    • 提供者:王亚龙
  1. OTSU多阈值分割

    0下载:
  2. 一种改进的otsu算法,可以实现多阈值分割,可以自己设置阈值。(An improved Otsu algorithm which can achieve multi threshold segmentation and can set threshold yourself.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:vac---
  1. 灰度图像二维otsu自动阈值分割

    0下载:
  2. 一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:336896
    • 提供者:vac---
  1. thresh_md

    1下载:
  2. 自编实现大津算法,最大类间方差图像二值化matlab程序。(The self-compiled matlab program realizes the Otsu algorithm and maximizes the inter-class variance image binarization.)
  3. 所属分类:2D图形编程

    • 发布日期:2019-06-27
    • 文件大小:27648
    • 提供者:Lucifer.M
« 1 2 3 45 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com